1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

strip binaries

This commit is contained in:
Andrey A. Chernov 1996-01-12 01:54:50 +00:00
parent 92ae5f6897
commit 84383852c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2615
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
# $Id: pre-configure,v 1.6 1995/12/19 23:46:18 ache Exp $
# $Id: pre-configure,v 1.7 1996/01/12 01:49:09 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -272,7 +272,7 @@ huge=''
optimize='-O2'
ccflags=''
cppflags=''
ldflags=''
ldflags='-s'
cc='cc'
libs=''
nametype='bsd'

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# pre-configure script for Elm port to FreeBSD 2.0
# $Id: pre-configure,v 1.6 1995/12/19 23:46:18 ache Exp $
# $Id: pre-configure,v 1.7 1996/01/12 01:49:09 ache Exp $
PortsDir=$PORTSDIR
CurDir=$CURDIR
@ -272,7 +272,7 @@ huge=''
optimize='-O2'
ccflags=''
cppflags=''
ldflags=''
ldflags='-s'
cc='cc'
libs=''
nametype='bsd'