From 5719247ae3fc89e58594a0fb4c5dcf4575782d5a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Sep 2008 11:03:58 +0000 Subject: [PATCH] add an extra build step Build/Install which allows you to run a make install target after the post-compile hooks have run - will be necessary for some libtool dependent stuff SVN-Revision: 12452 --- include/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/package.mk b/include/package.mk index 8819a11564..e0f8c719f4 100644 --- a/include/package.mk +++ b/include/package.mk @@ -81,6 +81,8 @@ define Build/DefaultTargets $(foreach hook,$(Hooks/Compile/Pre),$(call $(hook))$(sep)) $(Build/Compile) $(foreach hook,$(Hooks/Compile/Post),$(call $(hook))$(sep)) + $(Build/Install) + $(foreach hook,$(Hooks/Install/Post),$(call $(hook))$(sep)) touch $$@ $(STAMP_INSTALLED): $(STAMP_BUILT) -- 2.30.2