projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rename libmissing to libnotimpl
[openwrt.git]
/
openwrt
/
toolchain
/
Makefile
diff --git
a/openwrt/toolchain/Makefile
b/openwrt/toolchain/Makefile
index
c56f263
..
361f7be
100644
(file)
--- a/
openwrt/toolchain/Makefile
+++ b/
openwrt/toolchain/Makefile
@@
-1,6
+1,6
@@
# Main makefile for the toolchain
include $(TOPDIR)/rules.mk
# Main makefile for the toolchain
include $(TOPDIR)/rules.mk
-TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb lib
missing
+TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb lib
notimpl
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
This page took
0.018478 seconds
and
4
git commands to generate.