From f877a7fdf570db5c36c29eebc0e579f848e4a912 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 23 Jun 2005 15:23:02 +0000 Subject: r7845: remove unused files and remove all generated files with make distclean and make realdistclean metze (This used to be commit f964e228c9ceeb3dc4d0afd1b6b092734e06e372) --- source4/script/build_env.sh | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 source4/script/build_env.sh (limited to 'source4/script') diff --git a/source4/script/build_env.sh b/source4/script/build_env.sh deleted file mode 100644 index 0000759f16..0000000000 --- a/source4/script/build_env.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh - -uname=`uname -a` -date=`date` -srcdir=$1 -builddir=$2 -compiler=$3 - - if [ ! "x$USER" = "x" ]; then - whoami=$USER - else - if [ ! "x$LOGNAME" = "x" ]; then - whoami=$LOGNAME - else - whoami=`whoami || id -un` - fi - fi - -host=`hostname` - -cat <