Message ID | 20110627213819.GA4872@merit.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests.init b/tests.init index 5d93eb5..4e68930 100644 --- a/tests.init +++ b/tests.init @@ -211,11 +211,11 @@ LOCKTESTS=`echo tlocklfs tlock64` #LOCKTESTS=`echo tlocklfs tlock64` # Use with Linux 2.6 / gcc 4.0 -CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG` -LIBS=`echo -lnsl` -MOUNT=/bin/mount -UMOUNT=/bin/umount -LOCKTESTS=`echo tlocklfs tlock64` +#CFLAGS=`echo -DLINUX -DGLIBC=22 -DMMAP -DSTDARG` +#LIBS=`echo -lnsl` +#MOUNT=/bin/mount +#UMOUNT=/bin/umount +#LOCKTESTS=`echo tlocklfs tlock64` # Use with Linux if your distro doesn't provide a "cc". #CC=gcc
These should have been commented out in my previous patch that added these lines. Linux users will uncomment them as needed. Signed-off-by: Jim Rees <rees@umich.edu> --- tests.init | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)