Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Leave confusing files out of binary
  • Loading branch information
sorear committed Jul 26, 2011
1 parent 24e0bb1 commit f6cf9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -104,7 +104,8 @@ reboot: half_reboot
cd stage3 && $(MAKE) test
# yay, stage2/ looks like a good new bootstrap version
# clean up the stuff that should NOT go into the boot
cd stage2 && rm -rf lib/*.cs obj/* src boot VERSION FETCH_URL
cd stage2 && rm -rf lib/*.cs obj/* src boot VERSION FETCH_URL \
Makefile test.pl
cp obj/CrossDomainReceiver.dll obj/Kernel.dll obj/CLRBackend.exe \
stage2/obj
cp -a LICENSE README.pod docs/ stage2/
Expand Down

0 comments on commit f6cf9b5

Please sign in to comment.