X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;fp=make-target-1.sh;h=a5267329c1c28e3872a2abe9b9c2f72f70e87b28;hb=d7f6139a91d7d9b0667a597584ae306d958bb2f4;hp=44b1d2ff297b4aa46d1574d08a96eb4f355a7456;hpb=f2aa2d01b8d69f1c7bff18f86279d4f1018fe127;p=sbcl.git diff --git a/make-target-1.sh b/make-target-1.sh index 44b1d2f..a526732 100644 --- a/make-target-1.sh +++ b/make-target-1.sh @@ -34,8 +34,7 @@ $gnumake all || exit 1 cd ../.. # Use a little C program to grab stuff from the C header files and -# smash it into Lisp source code, so that we won't get all stressed -# and careworn like the CMU CL maintainers. +# smash it into Lisp source code. cd tools-for-build $gnumake grovel_headers cd ..