add .gdbinit.tmpl to dist

This commit is contained in:
Silas Boyd-Wickizer 2009-09-15 19:15:59 -04:00
parent 8252f6287d
commit 074ac7ccd4
2 changed files with 2 additions and 3 deletions

View File

@ -170,7 +170,7 @@ EXTRA=\
dist:
rm -rf dist
mkdir dist
for i in $(FILES); \
for i in $(FILES) .gdbinit.tmpl; \
do \
grep -v PAGEBREAK $$i >dist/$$i; \
done
@ -193,6 +193,5 @@ dist-test:
tar:
rm -rf /tmp/xv6
mkdir -p /tmp/xv6
cp dist/* /tmp/xv6
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
(cd /tmp; tar cf - xv6) | gzip >xv6-rev3.tar.gz

Binary file not shown.