9 Jul 01:03
Re: makefile dist target?
Kristian G. Kvilekval <kris <at> cs.ucsb.edu>
2003-07-08 23:03:51 GMT
2003-07-08 23:03:51 GMT
I am thinking of putting out a new bug-fix release using the new build system.
Following the instructions:
mkdir build
cd build; ../configure && make
[...]
make dist
[....]
dies with the following error.
----------------------------------------------------------------------------
if test -f ../../po/ChangeLog; then dists="$dists ChangeLog"; fi; \
if test -f ../../po/LINGUAS; then dists="$dists LINGUAS"; fi; \
for file in $dists; do \
if test -f $file; then \
cp -p $file ../zinf-2.2.4/po; \
else \
cp -p ../../po/$file ../zinf-2.2.4/po; \
fi; \
done
make[2]: Leaving directory `/disks/merrimack1/users/kris/extra/tools/zinf-newbuild/build/po'
make[1]: Leaving directory `/disks/merrimack1/users/kris/extra/tools/zinf-newbuild/build/po'
make[1]: Entering directory `/disks/merrimack1/users/kris/extra/tools/zinf-newbuild/build/m4'
make[1]: *** No rule to make target `codeset.m4', needed by `distdir'. Stop.
make[1]: Leaving directory `/disks/merrimack1/users/kris/extra/tools/zinf-newbuild/build/m4'
make: *** [distdir] Error 1
----------------------------------------------------------------------------------
(Continue reading)
RSS Feed