[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openbsd-bugs
Subject:    system/1204: X11: make release depends on exec' maketars & makeflist
From:       Thierry Deval <TDeval () PrimeOBJ ! COM>
Date:       2000-04-23 0:00:02
[Download RAW message or body]


>Number:         1204
>Category:       system
>Synopsis:       X11: make release depends on exec' maketars & makeflist
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 22 18:10:02 MDT 2000
>Last-Modified:
>Originator:     Thierry Deval
>Organization:
Prime Objective
>Release:        pre-2.7-current
>Environment:
	
	System      : OpenBSD 2.7
	Architecture: OpenBSD.i386
	Machine     : i386
>Description:
	In the final step (dist) of a 'make release' in the X11 source,
        the procedure expects the 'maketars' & 'makeflist' scripts to be
        executable. This is not always the case with cvs...

>How-To-Repeat:
	Check that distrib/sets/{maketars,makeflist} are not exec' and
        start a make release.

>Fix:
	This small patch is enough...


Index: Makefile
===================================================================
RCS file: /cvs/X11/Makefile,v
retrieving revision 1.20
diff -u -p -d -b -w -r1.20 Makefile
--- Makefile	1999/10/29 06:08:25	1.20
+++ Makefile	2000/04/22 23:27:01
@@ -85,7 +85,7 @@ perms:
 
 dist:
 	${MAKE} perms
-	cd distrib/sets && ./maketars ${OSrev} && ./checkflist
+	cd distrib/sets && csh ./maketars ${OSrev} && csh ./checkflist
 
 install: install-xc install-contrib install-linkkit install-distrib
 	/usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man

>Audit-Trail:
>Unformatted:
    for X11 build, a make release depends on exec' maketars & makeflist

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic