History log of /netbsd-src/distrib/alpha/rz25dist/Makefile (Results 1 – 25 of 32)
Revision Date Author Comments
# 6bf98a75 02-Nov-2021 abs <abs@NetBSD.org>

Update some distrib X11R6 references to X11R7

Some of these scripts and notes may no longer be relevant, but now
they are at least not relevant while referring to the current X
installation directory


# 71da667f 05-Aug-2014 apb <apb@NetBSD.org>

Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.

This will pass -nT instead of just -n if the gzip program is
actually pigz.


# 36ef9854 27-Jan-2014 apb <apb@NetBSD.org>

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in thes

Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.

show more ...


# 58e0c54c 03-Apr-2009 perry <perry@NetBSD.org>

Consistently use gzip with the -n flag so dates are not embedded.

Not tested on all platforms.


# 001c68bd 10-Jul-2003 lukem <lukem@NetBSD.org>

Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET

Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO". The new variables are:
TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET
TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN
TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT
TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS
TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB
TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE
TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER
TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS
TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL
TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
TOOL_FOO?= foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.

show more ...


# 0f53a888 07-May-2002 lukem <lukem@NetBSD.org>

migrate to /usr/sbin/installboot or ${INSTALLBOOT} as appropriate


# d750bb91 06-Feb-2002 ross <ross@NetBSD.org>

TARGETS is defined by bsd.own.mk, so use LOCALTARGETS instead


# a022cf9d 30-Aug-2000 jhawk <jhawk@NetBSD.org>

Use
${MAKE}
instead of
make


# 1f724b93 02-May-2000 sjg <sjg@NetBSD.org>

use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.


# 884b75e9 07-Apr-1999 cgd <cgd@NetBSD.org>

adjust for changes in alpha /usr/mdec files.


# ad140b77 04-Mar-1999 wrstuden <wrstuden@NetBSD.org>

Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts a

Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.

show more ...


# 06b0ffe1 05-Sep-1998 lukem <lukem@NetBSD.org>

distclean is a synonym for cleandir


# b2a77a6a 07-May-1997 mycroft <mycroft@NetBSD.org>

Don't use _SUBDIRUSE outside of bsd.subdir.mk.


# 1c176a94 18-Apr-1997 cgd <cgd@NetBSD.org>

rcs id cleanups


# 575d2214 18-Mar-1997 cgd <cgd@NetBSD.org>

punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when i

punt rc.hack for now. It's not so happy with a shared-lib-based system,
because it wants to use sysctl and sysctl is normally dynamically linked,
and it doesn't have the shared libs available when it wants to use it.
The right thing to do (if i want to propagate this hack) is to build a
statically-linked sysctl rather than copying the dynamically-linked one.

show more ...


# 72ef5768 24-Feb-1997 cgd <cgd@NetBSD.org>

clean up in various ways


# 4978d835 27-Nov-1996 cgd <cgd@NetBSD.org>

when checking the built file systems, force the check (use -f), and make
sure fsck is trying to check ffs file systems (use -t ffs) because it's
not smart enough to figure that out on its own.


# 066cc0d7 15-Jun-1996 cgd <cgd@NetBSD.org>

pull down from branch:
>add a little hack, to replace /etc/rc on the distribution disk image,
>to make life a little bit easier for people just starting out.
>(remounts root read-write, mounts /usr,

pull down from branch:
>add a little hack, to replace /etc/rc on the distribution disk image,
>to make life a little bit easier for people just starting out.
>(remounts root read-write, mounts /usr, etc.) includes instructions
>on how to get 'normal' /etc/rc as the default. does _not_ appear
>in the tar files.

show more ...


# 9175e2b7 31-May-1996 cgd <cgd@NetBSD.org>

Be more tolerant of changes in the GNU (Cygnus) cpp binary's location
due to NetBSD and Cygnus release number/date changes.


# 898dcb24 25-Apr-1996 cgd <cgd@NetBSD.org>

update for new X, toolchain source locations, and for the new
location of the toolchain's cpp (caused by the change in 'uname -r' caused
by the merge with the master sources).


# 58b27d5f 21-Dec-1995 cgd <cgd@NetBSD.org>

repoint libexec/cpp link to the right place. grn.


# 0289832e 09-Dec-1995 cgd <cgd@NetBSD.org>

add missing . to libexec/cpp symlink, as pointed out by John Birrell


# 4ce3968c 18-Oct-1995 cgd <cgd@NetBSD.org>

update for new way of doing boot block, don't include /boot in bin.tar.gz


# 3fa415f4 16-Oct-1995 cgd <cgd@NetBSD.org>

don't include X11 bins or kernel in the bin.tar.gz file


# 00fdda5e 14-Oct-1995 cgd <cgd@NetBSD.org>

slight cleanup, add target to build x11 bins tar file.


12