projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97426b
)
fix unnecessary rebuild of .targetinfo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:45:43 +0000
(
01:45
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 12 Nov 2006 01:45:43 +0000
(
01:45
+0000)
SVN-Revision: 5504
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 4947cbf954e45c5f6b222eddd1fc706d36d4f41f..d6b1b7d61854d1118c55e4c08fd52a94353012f1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-38,11
+38,11
@@
endif
export OPENWRTVERSION
ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts Makefile),tmp/.pkginfo)
- tmp/.pkginfo:
tmpinfo-clean
+ tmp/.pkginfo:
FORCE
endif
ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts Makefile),tmp/.targetinfo)
- tmp/.targetinfo:
tmpinfo-clean
+ tmp/.targetinfo:
FORCE
endif
ifeq ($(FORCE),)