-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I stupidly forgot to make a backup so I can't provide a diff but in
src/usr.bin
I changed
         TryReadMakefile("Makefile");
to
          if (!TryReadMakefile("Makefile"))
                  Fatal("Makefile could not be opened");
That way you could differentiate between the Makefile not existing and
the target not existing.

gmake provided the following error message:
gmake: *** No targets specified and no makefile found.  Stop.

- --
Eitan Adler
GNU Key fingerptrint: 2E13 BC16 5F54 0FBD 62ED 42B6 B65F 24AB E9C2 CCD1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkkyAhkACgkQtl8kq+nCzNEhygCeLZAXcYWje2/95sBkTHKhiwbQ
+RAAn0jzYxVngGC8NnpSXXpHgIlQnQN+
=6as2
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to