mason
8d31b83457
More elegant method of previous change. Thanks to James Chacon for pointing
...
out my think-o.
2001-10-11 03:56:43 +00:00
mason
058f064635
It appears to be the case that ${COMPILEETOBJ}/compile_et, which is used in
...
the USETOOLS=no and !defined(USETOOLS) cases, is not guaranteed to exist.
However, the current functionality overrides any potentially correct
hand-set definition of COMPILE_ET, causing build breakage.
Now the line setting COMPILE_ET only happens if COMPILE_ET is not already
set, like so:
.if !defined(COMPILE_ET)
COMPILE_ET= ${COMPILEETOBJ}/compile_et
.endif
2001-10-11 03:39:02 +00:00
perry
aabb474eb4
test for whether USETOOLS is defined before asking its value
2001-10-06 21:49:32 +00:00
tv
72583e218c
.ifndef USE_NEW_TOOLCHAIN => .if ${USETOOLS} == "no"
...
Allows a new toolchain, but USETOOLS=no, configuration to build properly.
Reported by <martin@duskware.de>.
2001-10-04 16:11:24 +00:00
tv
12661f6606
Prep Heimdal host tools for new toolchain.
2001-09-21 22:58:59 +00:00
assar
4b1c7f1857
update generated heimdal include files for 0.3f
...
update Makefile infrastructure for 0.3f
bump shared library versions
fix some merge problems
2001-06-20 02:01:18 +00:00
sommerfeld
a0bc06eb92
parallelize (mostly ${MAKE} print-objdir -> ${PRINTOBJDIR})
2000-12-30 17:21:44 +00:00
jdolecek
b0074dd768
back out majority of rev 1.5, left stuff from rev. 1.5 is:
...
* () --> {} change
* removal of redundant explicit dependency 'asn1.h: asn1.hx'
2000-11-19 20:29:05 +00:00
veego
4d9226fbc0
Backout parts of rev 1.5.
...
We need the SUBDIR here to create an obj directory in asn1_compile.
2000-11-19 10:56:05 +00:00
pk
2c7ffcac2f
Put back `${SRCS}: asn1.h', so a `make depend' is not obligatory.
2000-11-17 09:57:55 +00:00
jdolecek
794898fca8
clean up depends a little, add stuff to force compilation of
...
asn1_compile as needed, the SUBDIR stuff is no longer used
this is primarily to avoid parsing k5.asn1 on every visit here
2000-11-13 15:08:16 +00:00
jhawk
a022cf9d37
Use
...
${MAKE}
instead of
make
2000-08-30 23:51:46 +00:00
assar
187f6e559a
update build infrastructure for heimdal 0.3a, including new shlib versions
2000-08-03 03:53:35 +00:00
thorpej
e041ca2c2e
Fixup Heimdal library builds.
2000-06-16 22:46:43 +00:00
thorpej
faf5f5eb7a
Import Heimdal library build glue from cryptosrc-intl.
2000-06-16 19:27:31 +00:00