mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02:00
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12452 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a20af599b8
commit
7ed16efdcd
@ -81,6 +81,8 @@ define Build/DefaultTargets
|
|||||||
$(foreach hook,$(Hooks/Compile/Pre),$(call $(hook))$(sep))
|
$(foreach hook,$(Hooks/Compile/Pre),$(call $(hook))$(sep))
|
||||||
$(Build/Compile)
|
$(Build/Compile)
|
||||||
$(foreach hook,$(Hooks/Compile/Post),$(call $(hook))$(sep))
|
$(foreach hook,$(Hooks/Compile/Post),$(call $(hook))$(sep))
|
||||||
|
$(Build/Install)
|
||||||
|
$(foreach hook,$(Hooks/Install/Post),$(call $(hook))$(sep))
|
||||||
touch $$@
|
touch $$@
|
||||||
|
|
||||||
$(STAMP_INSTALLED): $(STAMP_BUILT)
|
$(STAMP_INSTALLED): $(STAMP_BUILT)
|
||||||
|
Loading…
Reference in New Issue
Block a user