pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-04
2005-12-04 20:13:58 by Martin Nilsson <mani@lysator.liu.se>
d567693a73684e146176f9072f5b30ca46492c8c (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed exportlist path
Rev: src/Makefile.in:1.412
1:
#
-
# $Id: Makefile.in,v 1.
411
2005/12/
01
00
:
49
:
29
nilsson Exp $
+
# $Id: Makefile.in,v 1.
412
2005/12/
04
20
:
13
:
58
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="$(SRCDIR)/
src/
export_list" --name=Pike-v%maj.%min.%bld \
+
--exportlist="$(SRCDIR)/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="$(SRCDIR)/
src/
export_list" --name=$(EXPORT_NAME) \
+
--exportlist="$(SRCDIR)/export_list" --name=$(EXPORT_NAME) \
$(EXPORTARGS) export: full_export