pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-01
2002-05-01 00:02:14 by Martin Nilsson <mani@lysator.liu.se>
7160d69356deee026b6e220cd349d7a386698c8c (
11
lines) (+
4
/-
7
)
[
Show
|
Annotate
]
Branch:
7.9
Made the export name a variable.
Rev: Makefile:1.65
Rev: src/Makefile.in:1.306
1:
#
-
# $Id: Makefile.in,v 1.
305
2002/
04
/
30
20
:02:
02
mast
Exp $
+
# $Id: Makefile.in,v 1.
306
2002/
05
/
01
00
:02:
14
nilsson
Exp $
# # This line is needed on some machines.
580:
# Beware that export archive this includes bison/yacc/byacc source # and thus has to follow the rules stated in that code.
-
small_export: source
-
chmod +x $(SRCDIR)/install-sh
-
$(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \
-
--exportlist=src/export_list --name=%Y%M%D_%h%m%s
-
+
full_export: source chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \ --exportlist=src/export_list --name=Pike-v%maj.%min.%bld --tag
-
+
EXPORT_NAME=Pike-v%maj.%min-%Y%M%D
snapshot_export: source chmod +x $(SRCDIR)/install-sh $(RUNPIKE) $(TMP_BINDIR)/export.pike --srcdir="$(SRCDIR)" \
-
--exportlist=src/export_list --name=
Pike-v%maj.%min-snapshot-%Y%M%D
+
--exportlist=src/export_list --name=
$(EXPORT_NAME)
export: full_export