projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99810a2
)
don't run the image prereq check if the image directory does not exist
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:42:19 +0000
(
00:42
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jul 2007 00:42:19 +0000
(
00:42
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7988
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/Makefile
patch
|
blob
|
history
diff --git
a/target/Makefile
b/target/Makefile
index
a3b15b2
..
4885ab9
100644
(file)
--- a/
target/Makefile
+++ b/
target/Makefile
@@
-33,7
+33,7
@@
clean: linux-clean sdk-clean imagebuilder-clean image_clean
prereq: FORCE
$(MAKE) -C linux/$(BOARD)-$(KERNEL) prereq
- $(MAKE) -C $(IMAGE_DIR) prereq
+
[ \! -f $(IMAGE_DIR)/Makefile ] ||
$(MAKE) -C $(IMAGE_DIR) prereq
sdk_install: FORCE
$(MAKE) -C sdk install
This page took
0.026453 seconds
and
4
git commands to generate.