Skip to content
Snippets Groups Projects
Commit 074ac7cc authored by Silas Boyd-Wickizer's avatar Silas Boyd-Wickizer
Browse files

add .gdbinit.tmpl to dist

parent 8252f628
No related branches found
No related tags found
No related merge requests found
......@@ -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
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment