commit | 94a4603481b9fc663a72549b4cd0dcbd95fca062 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Sep 20 14:20:28 2014 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Sep 20 14:20:28 2014 -0500 |
tree | bb84860ab993c7d85f9240a00bd2f9851e5504c4 | |
parent | 58896919a3e1f26011645d101ff2df80364ab98d [diff] [blame] |
Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely.
diff --git a/scripts/make.sh b/scripts/make.sh index 165b8f1..dab5206 100755 --- a/scripts/make.sh +++ b/scripts/make.sh
@@ -21,6 +21,7 @@ "$@" } +mkdir -p generated echo "Make generated/config.h from $KCONFIG_CONFIG." # This long and roundabout sed invocation is to make old versions of sed happy.