Deleted Added
full compact
Makefile.in (32785) Makefile.in (44852)
1# Master Makefile for the GNU Concurrent Versions System.
2# Copyright (C) 1986, 1988-1992, 1994 Free Software Foundation, Inc.
3
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8

--- 208 unchanged lines hidden (view full) ---

217 rm -rf `cat .fname`
218 ${MAKE} dist-dir DISTDIR="`cat .fname`"
219 for dir in ${SUBDIRS}; do \
220 ( DISTDIR="../`cat .fname`/$${dir}"; \
221 cd $${dir} && \
222 ${MAKE} dist-dir DISTDIR="$${DISTDIR}" \
223 ); \
224 done
1# Master Makefile for the GNU Concurrent Versions System.
2# Copyright (C) 1986, 1988-1992, 1994 Free Software Foundation, Inc.
3
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8

--- 208 unchanged lines hidden (view full) ---

217 rm -rf `cat .fname`
218 ${MAKE} dist-dir DISTDIR="`cat .fname`"
219 for dir in ${SUBDIRS}; do \
220 ( DISTDIR="../`cat .fname`/$${dir}"; \
221 cd $${dir} && \
222 ${MAKE} dist-dir DISTDIR="$${DISTDIR}" \
223 ); \
224 done
225 tar chf${TAR_VERBOSE} - `cat .fname` | ${GZIP} > "`cat .fname`.tar${GZIP_EXT}"
225 (unset GZIP; tar chf${TAR_VERBOSE} - `cat .fname` | ${GZIP} > "`cat .fname`.tar${GZIP_EXT}")
226 rm -rf `cat .fname` .fname .version
227
228.PHONY: dist-dir
229dist-dir:
230 mkdir ${DISTDIR}
231 for i in ${DISTFILES}; do \
232 ln $(srcdir)/$${i} ${DISTDIR}; \
233 done

--- 51 unchanged lines hidden ---
226 rm -rf `cat .fname` .fname .version
227
228.PHONY: dist-dir
229dist-dir:
230 mkdir ${DISTDIR}
231 for i in ${DISTFILES}; do \
232 ln $(srcdir)/$${i} ${DISTDIR}; \
233 done

--- 51 unchanged lines hidden ---