summaryrefslogtreecommitdiff
path: root/onbld/debian/patches/postpone-ctf-stabs.patch
blob: bbafe70c70883bcd34deb468e841172d22d9dc3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Postpone building ctfstubs
 because it needs libctf and building libctf requires
 other CTF tools. So, we build everything but ctfstubs,
 then libctf, then ctfstabs.
Index: onbld/illumos-gate/usr/src/tools/ctf/Makefile
===================================================================
--- onbld.orig/illumos-gate/usr/src/tools/ctf/Makefile	2012-07-05 06:01:39.076130658 +0000
+++ onbld/illumos-gate/usr/src/tools/ctf/Makefile	2012-07-05 06:02:51.640444926 +0000
@@ -27,7 +27,7 @@
 
 include ../Makefile.tools
 
-SUBDIRS = cvt dump stabs scripts
+SUBDIRS = cvt dump scripts
 
 .PARALLEL: $(SUBDIRS)