Updates.
committer: mfx <mfx> 1090577049 +0000
This commit is contained in:
+2
-2
@@ -81,8 +81,8 @@ To compile the packer sources
|
|||||||
|
|
||||||
set the environment variable UCLDIR to point to your UCL installation, e.g.
|
set the environment variable UCLDIR to point to your UCL installation, e.g.
|
||||||
|
|
||||||
set UCLDIR=c:\src\ucl-1.02 (DOS / Windows)
|
set UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
|
||||||
export UCLDIR=$HOME/local/src/ucl-1.02 (Unix)
|
export UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
|
||||||
|
|
||||||
then type
|
then type
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
ifeq ($(strip $(UCLDIR)),)
|
ifeq ($(strip $(UCLDIR)),)
|
||||||
# change this to reflect where the UCL library is
|
# change this to reflect where the UCL library is
|
||||||
UCLDIR = $(HOME)/local/src/ucl-1.02
|
UCLDIR = $(HOME)/local/src/ucl-1.03
|
||||||
endif
|
endif
|
||||||
|
|
||||||
## you can set the default target here
|
## you can set the default target here
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
ifeq ($(strip $(UCLDIR)),)
|
ifeq ($(strip $(UCLDIR)),)
|
||||||
# change this to reflect where the UCL library is
|
# change this to reflect where the UCL library is
|
||||||
UCLDIR = $(HOME)/local/src/ucl-1.02
|
UCLDIR = $(HOME)/local/src/ucl-1.03
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user