openbsd-ports/devel/jam/patches/patch-Jamfile
naddy b10883fded Import jam 2.4; submitted by Jonathan Auer <jda@auerfamily.org>.
Jam is a make(1) replacement that makes building simple things simple and
building complicated things manageable.
2003-02-13 14:51:43 +00:00

17 lines
605 B
Plaintext

$OpenBSD: patch-Jamfile,v 1.1.1.1 2003/02/13 14:51:43 naddy Exp $
--- Jamfile.orig Wed Apr 17 21:27:35 2002
+++ Jamfile Thu Feb 13 15:18:22 2003
@@ -4,10 +4,10 @@
# There are no user-serviceable parts in this file.
#
# Put executables in platform-specific subdirectory.
-
+#CC =
if $(VMS) { LOCATE_TARGET ?= [.binvms] ; }
else if $(MAC) { LOCATE_TARGET ?= :bin.mac ; }
-else { LOCATE_TARGET ?= bin.$(OSFULL[1]:L) ; }
+else { LOCATE_TARGET ?= bin ; }
# Leave generated source in current directory; it would be nice to use
# these lines below to build the source into the platform-specific