projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ba3536
)
fix package/target scanning
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Apr 2007 12:37:10 +0000
(12:37 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 7 Apr 2007 12:37:10 +0000
(12:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6884
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b1fe29e
..
c14883a
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-47,8
+47,8
@@
endif
package/%/Makefile: ;
target/%/Makefile: ;
-tmp/.packageinfo:
$(wildcard package/*/Makefile include/package*.mk include/kernel.mk)
-tmp/.targetinfo:
$(wildcard target/*/Makefile include/kernel*.mk)
+tmp/.packageinfo:
FORCE
+tmp/.targetinfo:
FORCE
tmp/.%info:
mkdir -p tmp/info
$(NO_TRACE_MAKE) -s -f include/scan.mk SCAN_TARGET="$*info" SCAN_DIR="$(patsubst target,target/linux,$*)" SCAN_NAME="$*" SCAN_DEPS="$^" SCAN_EXTRA=""
This page took
0.025794 seconds
and
4
git commands to generate.