Ver código fonte

avoid grep error message

Waldemar Brodkorb 11 anos atrás
pai
commit
4ecd663f86
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      package/glibc/Makefile
  2. 1 1
      package/musl/Makefile
  3. 1 1
      package/uclibc/Makefile

+ 1 - 1
package/glibc/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/glibc/Makefile.inc
 PKG_NAME:=		glibc
 PKG_NAME:=		glibc
 PKG_DESCR:=		gnu c library
 PKG_DESCR:=		gnu c library
 PKG_SECTION:=		base/libs
 PKG_SECTION:=		base/libs
-PKG_OPTS:=		noremove nostaging
+PKG_OPTS:=		noremove nostaging noscripts
 PKG_SUBPKGS:=		GLIBC GLIBC_DEV
 PKG_SUBPKGS:=		GLIBC GLIBC_DEV
 
 
 NO_DISTFILES:=		1
 NO_DISTFILES:=		1

+ 1 - 1
package/musl/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/musl/Makefile.inc
 PKG_NAME:=		musl
 PKG_NAME:=		musl
 PKG_DESCR:=		embedded C library
 PKG_DESCR:=		embedded C library
 PKG_SECTION:=		base/libs
 PKG_SECTION:=		base/libs
-PKG_OPTS:=		noremove nostaging
+PKG_OPTS:=		noremove nostaging noscripts
 
 
 PKG_SUBPKGS:=		MUSL MUSL_DEV
 PKG_SUBPKGS:=		MUSL MUSL_DEV
 PKGSD_MUSL_DEV:=	development files for musl
 PKGSD_MUSL_DEV:=	development files for musl

+ 1 - 1
package/uclibc/Makefile

@@ -8,7 +8,7 @@ include $(TOPDIR)/toolchain/uclibc/Makefile.inc
 PKG_NAME:=		uClibc
 PKG_NAME:=		uClibc
 PKG_DESCR:=		embedded c library
 PKG_DESCR:=		embedded c library
 PKG_SECTION:=		base/libs
 PKG_SECTION:=		base/libs
-PKG_OPTS:=		noremove nostaging
+PKG_OPTS:=		noremove nostaging noscripts
 
 
 PKG_SUBPKGS:=		UCLIBC UCLIBC_DEV
 PKG_SUBPKGS:=		UCLIBC UCLIBC_DEV
 PKGSD_UCLIBC_DEV:=	development files for uclibc
 PKGSD_UCLIBC_DEV:=	development files for uclibc