чување 5e81b964f927c4289c7e4452d6b9423b7e55419e родитељ b94dcb44db1f6854282e69dda73cccf6671583f3 Аутор: Страхиња Радић <contact@strahinja.org> Датум: Thu, 17 Aug 2023 12:11:31 +0200 default.h.do: Remove file; clean.do: Add version.h Signed-off-by: Страхиња Радић <contact@strahinja.org> Diffstat:
| M | clean.do | | | 2 | +- |
| D | default.h.do | | | 12 | ------------ |
измењених датотека: 2, додавања: 1(+), брисања: 13(-)
diff --git a/clean.do b/clean.do @@ -1 +1 @@ -rm -f *~ *.o reflow reflow.1 reflow.1.gz version date +rm -f *~ *.o reflow reflow.1 reflow.1.gz version.h version date diff --git a/default.h.do b/default.h.do @@ -1,12 +0,0 @@ -if [ -r $1.in ]; then - redo-ifchange $1.in version date - read VERSION <version - read DATE <date - sed -e "s/%VERSION%/$VERSION/g" \ - -e "s/%DATE%/$DATE/g" <$1.in -else - if [ -f $2.def.h ]; then - redo-ifchange $2.def.h - cat $2.def.h > $3 - fi -fi