summaryrefslogtreecommitdiff
path: root/bootstrap/files
AgeCommit message (Collapse)AuthorFilesLines
2005-03-04Some strip(1) commands don't strip anything but executables, so in orderjschauma1-3/+10
to strip dynamic libraries, one would have to pass "-f" to strip(1). This is done by passing "-S -f" to install, which implies "-s". Make it so.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-1/+1
Suggested by Roland Illig, ok'd by various.
2004-05-17install(1) allows for installing /dev/null to create an empty file,jschauma1-1/+4
so let's do this here, too. This should address PR pkg/25313.
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv1-2/+2
so that Interix can set the default mode to 0775. Then add "install_sh" to CONFIGURE_ENV so it uses ${INSTALL}, not the package-supplied install script (as is done for autoconf $INSTALL).
2004-04-12Add script to work around stupid 'mkdir -p' on Unixware.heinz1-0/+44
$ mkdir -p /tmp/foo ; echo $? 0 $ mkdir -p /tmp/foo ; echo $? 2 mkdir-sh calls 'mkdir' except when the target directory already exists.
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant4-0/+1104