"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fstransform/build/Makefile.am" between
fstransform-0.9.3-src.tar.gz and fstransform-0.9.4.tar.gz

About: fstransform is a tool to change a file-system from one format to another, for example from jfs, xfs, or reiser to ext2, ext3, or ext4, in-place and without the need for backup.

Makefile.am  (fstransform-0.9.3-src):Makefile.am  (fstransform-0.9.4)
sbin_SCRIPTS = fstransform sbin_SCRIPTS = fstransform
fstransform: ../fstransform.sh fstransform: ../fstransform-sh
sed 's/%PACKAGE_VERSION%/$(PACKAGE_VERSION)/g' <$< >$@ sed 's/%PACKAGE_VERSION%/$(PACKAGE_VERSION)/g' <$< >fstransform.tmp
if test -x /bin/dash ; then \
sed 's_#!/bin/bash_#!/bin/dash_g' <fstransform.tmp >$@ ; \
rm -f fstransform.tmp ; \
else \
mv fstransform.tmp $@ ; \
fi
chmod +x $@ chmod +x $@
../fstransform.sh: ../fstransform-sh:
clean: clean-am clean: clean-am
rm -f fstransform.sh rm -f fstransform fstransform.tmp
 End of changes. 3 change blocks. 
3 lines changed or deleted 9 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)