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
This commit is contained in:
parent
304c93e487
commit
5719247ae3
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue