Changeset 3327
- Timestamp:
- 07/23/07 16:55:24 (1 year ago)
- Files:
-
- trunk/freewrt/mk/build.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/build.mk
r3234 r3327 43 43 world: $(DISTDIR) $(BUILD_DIR) $(PACKAGE_DIR) ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG 44 44 BASH='${BASH}' ${MBSH} ${TOPDIR}/scripts/scan-pkgs.sh 45 if eq ($(strip ${FWRT_TARGET_NOKERNEL}),y)45 ifneq ($(strip ${FWRT_TARGET_NOKERNEL})$(strip ${FWRT_TARGET_ROOTFS_INITRAMFS}),) 46 46 ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 47 $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index47 $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare package/compile package_index 48 48 else 49 $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index root_clean package/install49 $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare package/compile package_index root_clean package/install 50 50 endif 51 51 else ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m)


