Commit 2d4711a1 authored by unknown's avatar unknown
Browse files

unneeded files


BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
  Delete: BUILD/compile-sap-debug
BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
  Delete: BUILD/compile-sap
parent 615921eb
Loading
Loading
Loading
Loading

BUILD/compile-sap

deleted100755 → 0
+0 −9
Original line number Diff line number Diff line
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$pentium_cflags"
extra_configs="$pentium_configs --without-berkeley-db"

. "$path/FINISH.sh"

BUILD/compile-sap-debug

deleted100755 → 0
+0 −9
Original line number Diff line number Diff line
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$pentium_cflags $debug_cflags"
extra_configs="$pentium_configs $debug_configs --without-berkeley-db $static_link"

. "$path/FINISH.sh"