X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-target-1.sh;h=a5267329c1c28e3872a2abe9b9c2f72f70e87b28;hb=8dc064d2296902f01afd9107e89a81146e3771fe;hp=44b1d2ff297b4aa46d1574d08a96eb4f355a7456;hpb=4cf50b1896b25f5337e7c258b0b560da00d47993;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 ..