Changeset 3066

Show
Ignore:
Timestamp:
07/02/07 14:43:40 (1 year ago)
Author:
tg
Message:

for each package to build, not only create IPKGs (build-all-ipkgs calls the
package target, which calls fetch checksum extract patch configure build fake)
but also call the fake target explicitly, in case we're a mere build dependency

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Makefile

    r3034 r3066  
    392392%-compile: 
    393393        $(START_TRACE) "package/$(patsubst %-compile,%,$@)-compile: " 
    394         $(MAKE) -C $(patsubst %-compile,%,$@) build-all-ipkgs 
     394        $(MAKE) -C $(patsubst %-compile,%,$@) fake build-all-ipkgs 
    395395        $(CMD_TRACE) " done" 
    396396        $(END_TRACE)