http://llvm.org/bugs/show_bug.cgi?id=11531
Bug #: 11531
Summary: "make dist" fails on gzip
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Makefiles
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Classification: Unclassified
Makefile.rules (and, where I actually first noticed the problem,
projects/sample/Makefile.llvm.rules) uses $(ZIP), $(BZIP2) and $(GZIP) to
produce various tarballs when "make dist" is invoked. However,
autoconf/configure.ac (respectively, projects/sample/autoconf/configure.ac)
does an AC_PATH_PROG of ZIP, BZIP2, and *GZIPBIN*. Apparently, this
inconsistency is due to the fix for Bug 8758. However, as a result, running
"make dist" for my project, derived from sample, fails with a "/bin/sh: -c: not
found" error.
I believe the solution is simply to rename GZIP to GZIPBIN in Makefile.rules
and projects/sample/Makefile.llvm.rules.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs