diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-04 04:35:15 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-04 04:35:15 +0000 |
commit | 22ba317f5174d231be82f368381216404d4032f3 (patch) | |
tree | d4618308936a52dfca2e304bfba37bba9b4ca5ec /openwrt/Makefile | |
parent | daa2296312f30c1ada9d4c394a785cde8b1fd725 (diff) |
fix the jffs2 build for separate 4M/8M images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index bc69f2a1d..ae8e59fbe 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -82,6 +82,7 @@ TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS)) TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS)) world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) + @echo DONE. .PHONY: all world clean dirclean distclean source $(TARGETS) \ $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \ |