pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-01
2000-12-01 19:56:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae0f169043f841f688d8aa260db277a99c55a3fa (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Improved status info when making bin_export with rnt*.
Rev: src/Makefile.in:1.223
1:
#
-
# $Id: Makefile.in,v 1.
222
2000/12/01 19:
54
:
40
grubba Exp $
+
# $Id: Makefile.in,v 1.
223
2000/12/01 19:
56
:
48
grubba Exp $
# # This line is needed on some machines.
503:
@case " $(CC)" in \ *\ rnt*) \ $(MAKE) $(MAKE_FLAGS) uncompress_header ;\
+
echo "Compressing..." ;\
filename=`echo *.burk | sed 's@\.burk$$@@g'`.exe ;\ ( cat uncompress_header.exe ; gzip -9 -c *.burk ) > $$filename ;\
-
+
echo "Done." ;\
;; \ esac