pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-01
2005-12-01 00:49:29 by Martin Nilsson <mani@lysator.liu.se>
e2fb20ff2a39dc802f262a405df2725206cabf03 (
9
lines) (+
6
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Use full path for export list
Rev: bin/export.pike:1.67
Rev: src/Makefile.in:1.411
1:
#
-
# $Id: Makefile.in,v 1.
410
2005/
11
/01
18
:
59
:
10
grubba
Exp $
+
# $Id: Makefile.in,v 1.
411
2005/
12
/01
00
:
49
:
29
nilsson
Exp $
# # This line is needed on some machines.
870:
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
+
--exportlist=
"$(SRCDIR)/
src/export_list
"
--name=Pike-v%maj.%min.%bld
\
+
--tag
$(EXPORTARGS)
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=$(EXPORT_NAME) $(EXPORTARGS)
+
--exportlist=
"$(SRCDIR)/
src/export_list
"
--name=$(EXPORT_NAME)
\
+
$(EXPORTARGS)
export: full_export