Makefile.am:
Avoid error message trying 'windoze-dsp' in obsolete directory compile-dist: Avoid error message for target 'distclean' and no Makefile
This commit is contained in:
parent
6783fc830f
commit
ad87e7b314
@ -6,7 +6,7 @@
|
|||||||
# tree can then be picked up by "make dist" to create the "pristine source
|
# tree can then be picked up by "make dist" to create the "pristine source
|
||||||
# package" that is used as the basis for all other binary builds.
|
# package" that is used as the basis for all other binary builds.
|
||||||
#
|
#
|
||||||
make distclean
|
test -f Makefile && make distclean
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
autoheader
|
||||||
libtoolize --automake --force --copy
|
libtoolize --automake --force --copy
|
||||||
|
@ -19,7 +19,8 @@ dist-hook:
|
|||||||
done
|
done
|
||||||
|
|
||||||
windoze:
|
windoze:
|
||||||
for i in `find . -name 'Makefile.am'`; do make -C `dirname $$i` windoze-dsp; done
|
for i in `find . -name 'old_dirs' -prune -o -name 'Makefile.am' -print`; \
|
||||||
|
do make -C `dirname $$i` windoze-dsp; done
|
||||||
|
|
||||||
windoze-dsp:
|
windoze-dsp:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user