Changeset dff9faf in freewrt


Ignore:
Timestamp:
Jul 16, 2006, 8:59:38 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
eeb6f72
Parents:
088991f
Message:

add a by-package prerequisite check

idea by wbx@, code by me

git-svn-id: svn://www.freewrt.org/trunk/freewrt@232 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • build.mk

    r088991f rdff9faf  
    3131
    3232world: $(DL_DIR) $(BUILD_DIR) $(STAMP_DIR)
     33        ${BASH} ${TOPDIR}/scripts/scan-pkgs.sh
    3334        $(MAKE) -f build.mk tools/install toolchain/install target/compile package/compile root_clean package/install target/install package_index
    3435        @$(TRACE) Build complete.
Note: See TracChangeset for help on using the changeset viewer.