diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-04 15:31:50 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-04 15:31:50 +0000 |
commit | 128db5c1aebc1ad951ac8a99807e2fecff236bcc (patch) | |
tree | 32dfa5308ff5c21fdd21cfa3edd69b796f66e278 /onbld/debian | |
parent | 560d219b305d40ec7185f25d44afc661005f9672 (diff) | |
download | illumos-packaging-128db5c1aebc1ad951ac8a99807e2fecff236bcc.tar.gz |
Do not even create python dirs
Diffstat (limited to 'onbld/debian')
-rw-r--r-- | onbld/debian/patches/no-install.patch | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/onbld/debian/patches/no-install.patch b/onbld/debian/patches/no-install.patch index 90f2d9e..d104a08 100644 --- a/onbld/debian/patches/no-install.patch +++ b/onbld/debian/patches/no-install.patch @@ -3,8 +3,8 @@ Description: Do not build "install" and it is not compatible with this "install" Index: onbld/illumos-gate/usr/src/tools/Makefile =================================================================== ---- onbld.orig/illumos-gate/usr/src/tools/Makefile 2012-07-04 14:47:06.852293039 +0000 -+++ onbld/illumos-gate/usr/src/tools/Makefile 2012-07-04 14:55:31.315526378 +0000 +--- onbld.orig/illumos-gate/usr/src/tools/Makefile 2012-07-04 15:23:34.201400343 +0000 ++++ onbld/illumos-gate/usr/src/tools/Makefile 2012-07-04 15:31:18.903174443 +0000 @@ -42,7 +42,6 @@ ndrgen \ pmodes \ @@ -13,3 +13,28 @@ Index: onbld/illumos-gate/usr/src/tools/Makefile lintdump \ protocmp \ protolist \ +@@ -52,7 +51,6 @@ + # special versions of commands for use only in build + # + UNSHIPPED_SUBDIRS = \ +- elfsign + + sparc_SUBDIRS= \ + chk4ubin \ +@@ -89,16 +87,6 @@ + $(ROOTONBLD)/lib \ + $(ROOTONBLD)/lib/$(MACH) \ + $(ROOTONBLD)/lib/perl \ +- $(ROOTONBLD)/lib/python2.4 \ +- $(ROOTONBLD)/lib/python2.4/onbld \ +- $(ROOTONBLD)/lib/python2.4/onbld/Checks \ +- $(ROOTONBLD)/lib/python2.4/onbld/hgext \ +- $(ROOTONBLD)/lib/python2.4/onbld/Scm \ +- $(ROOTONBLD)/lib/python2.6 \ +- $(ROOTONBLD)/lib/python2.6/onbld \ +- $(ROOTONBLD)/lib/python2.6/onbld/Checks \ +- $(ROOTONBLD)/lib/python2.6/onbld/hgext \ +- $(ROOTONBLD)/lib/python2.6/onbld/Scm \ + $(ROOTONBLD)/env \ + $(ROOTONBLD)/etc \ + $(ROOTONBLD)/etc/exception_lists \ |