Skip to content

Commit

Permalink
[linux] don't distribute version.h of the dialect
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Nov 14, 2020
1 parent 12e7158 commit af64d4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/GenericSubdir
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ echo " done"
echo "Removing extraneous stuff from dialects/${DIALECT} ...\c"
rm -rf $DIR/dialects/${DIALECT}/distfile.kvm
rm -rf $DIR/dialects/${DIALECT}/Makefile.LOCAL
rm -rf $DIR/dialects/${DIALECT}/version.h
find ${DIR}/dialects -name OLD -exec rm -rf {} \; > /dev/null 2>&1
find ${DIR}/dialects -name NEW -exec rm -rf {} \; > /dev/null 2>&1
find ${DIR}/dialects -name support -exec rm -rf {} \; > /dev/null 2>&1
Expand Down

0 comments on commit af64d4a

Please sign in to comment.