projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e032c5
)
remove obsolete compile-targets rule
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Feb 2007 01:06:23 +0000
(
01:06
+0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Feb 2007 01:06:23 +0000
(
01:06
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6305
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
ff7075d
..
7e4e97c
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-48,9
+48,7
@@
all: compile
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
prereq: $(PREREQ_PACKAGES)
download: $(DOWNLOAD_PACKAGES)
-compile-targets: $(COMPILE_PACKAGES)
-compile:
- $(MAKE) compile-targets
+compile: $(COMPILE_PACKAGES)
install-targets: $(INSTALL_PACKAGES)
install:
This page took
0.022748 seconds
and
4
git commands to generate.