4279f88857
Build system of goggles entirely changed. Totally funky, but still more fun than autoconf junk !
23 lines
615 B
Plaintext
23 lines
615 B
Plaintext
$OpenBSD: patch-gb,v 1.1 2005/05/07 11:53:04 espie Exp $
|
|
--- gb.orig Fri Mar 18 06:43:25 2005
|
|
+++ gb Sat May 7 13:13:30 2005
|
|
@@ -30,7 +30,7 @@ INSTALL=${INSTALL:-install}
|
|
#Get the settings
|
|
. "$CONFIG_FILE"
|
|
|
|
-function print_help() {
|
|
+function print_help {
|
|
echo "Options:"
|
|
echo " "
|
|
echo -e " \033[32m$0\033[0m \033[1mBuild Goggles\033[0m"
|
|
@@ -143,6 +143,9 @@ echo -e " \033[32mDefines\0
|
|
echo -e " \033[32mLibraries\033[0m: \033[1m$LIBS\033[0m"
|
|
echo " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "
|
|
|
|
+
|
|
+printenv >conf.mk
|
|
+exit 0
|
|
#Do Make
|
|
|
|
#Remove Target
|