Hopefully the last bogons that prevented me from running a successful
`make release': . the `doc' distribution was missing, so the FAQ and handbook files couldn't be installed (Q: why did the psd etc. files install, only that the dirs had the wrong ownership?) . the crunched binaries do need now -lipx
This commit is contained in:
parent
b25d0732bc
commit
443d347603
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.195 1995/12/07 10:32:51 peter Exp $
|
||||
# $Id: Makefile,v 1.196 1995/12/30 21:15:45 joerg Exp $
|
||||
#
|
||||
# How to roll a release:
|
||||
#
|
||||
@ -18,7 +18,7 @@ BUILDNAME=2.2-current
|
||||
|
||||
# Things which without too much trouble can be considered variables
|
||||
|
||||
EXPORT_DISTS= games manpages proflibs dict info
|
||||
EXPORT_DISTS= games manpages proflibs dict info doc
|
||||
EXTRA_DISTS= krb des ${EXPORT_DISTS}
|
||||
ALL_DISTS= bin ${EXTRA_DISTS}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: fixit_crunch.conf,v 1.3.4.7 1995/10/05 09:27:06 jkh Exp $
|
||||
# $Id: fixit_crunch.conf,v 1.4 1995/12/07 10:33:05 peter Exp $
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
@ -38,4 +38,4 @@ ln common ex
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lipx
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: fixit_crunch.conf,v 1.3.4.7 1995/10/05 09:27:06 jkh Exp $
|
||||
# $Id: fixit_crunch.conf,v 1.4 1995/12/07 10:33:05 peter Exp $
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
@ -38,4 +38,4 @@ ln common ex
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lipx
|
||||
|
Loading…
x
Reference in New Issue
Block a user