From owner-freebsd-commit Fri Nov 3 10:27:44 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21791 for freebsd-commit-outgoing; Fri, 3 Nov 1995 10:27:44 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21779 for cvs-all-outgoing; Fri, 3 Nov 1995 10:27:34 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21766 for cvs-usrbin-outgoing; Fri, 3 Nov 1995 10:27:30 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21756 ; Fri, 3 Nov 1995 10:27:19 -0800 Date: Fri, 3 Nov 1995 10:27:19 -0800 From: Peter Wemm Message-Id: <199511031827.KAA21756@freefall.freebsd.org> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/symorder symorder.c Sender: owner-commit@FreeBSD.org Precedence: bulk peter 95/11/03 10:27:19 Modified: usr.bin/symorder symorder.c Log: Repair the detection of undefined symbols that my last "quick fix" commit broke. It's much easier to debug the symbol export lists in lkm makefiles if you know what your errors are during the build process. :-) Bleah.. symorder.c is *horrible*. :-(