built-sources-install.sh (automake-1.16.2.tar.xz) | : | built-sources-install.sh (automake-1.16.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 52 | skipping to change at line 52 | |||
rmdir $(DESTDIR)$(prefix)/dir2 | rmdir $(DESTDIR)$(prefix)/dir2 | |||
installcheck-local: | installcheck-local: | |||
test -f $(prefix)/built1 | test -f $(prefix)/built1 | |||
test -f $(prefix)/dir2/built3 | test -f $(prefix)/dir2/built3 | |||
END | END | |||
cat > dir/Makefile.am << 'END' | cat > dir/Makefile.am << 'END' | |||
BUILT_SOURCES = built2 | BUILT_SOURCES = built2 | |||
built2: | built2: | |||
## The next line ensures that command1.inc has been built before | ## The next line ensures that command1.inc has been built before | |||
## recurring into the subdir. | ## recursing into the subdir. | |||
cp ../built1 $@ | cp ../built1 $@ | |||
CLEANFILES = built2 | CLEANFILES = built2 | |||
END | END | |||
$ACLOCAL | $ACLOCAL | |||
$AUTOCONF | $AUTOCONF | |||
$AUTOMAKE | $AUTOMAKE | |||
./configure --prefix "$(pwd)/inst" | ./configure --prefix "$(pwd)/inst" | |||
# Now make sure these two files are rebuilt during make install. | # Now make sure these two files are rebuilt during make install. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |