diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-07 22:14:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-07 22:14:08 +0200 |
commit | 4ecd663f86978ac4dac9770d45b9b0d151e590be (patch) | |
tree | c8a2f843af801188c58c44617f5f4f0198b86ef6 /package/glibc/Makefile | |
parent | b6df54af44676e31d01f9e2cb6129269af1302fe (diff) |
avoid grep error message
Diffstat (limited to 'package/glibc/Makefile')
-rw-r--r-- | package/glibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile index f903600e3..95fae1d5f 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/glibc/Makefile.inc PKG_NAME:= glibc PKG_DESCR:= gnu c library PKG_SECTION:= base/libs -PKG_OPTS:= noremove nostaging +PKG_OPTS:= noremove nostaging noscripts PKG_SUBPKGS:= GLIBC GLIBC_DEV NO_DISTFILES:= 1 |