|
From: Jeff S. <jsq...@us...> - 2004-01-16 15:54:12
|
Update of /cvsroot/env-switcher/env-switcher/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv32611
Modified Files:
env-switcher.spec.in
Log Message:
Make default for OSCAR to --enable-suppress-errors
Index: env-switcher.spec.in
===================================================================
RCS file: /cvsroot/env-switcher/env-switcher/dist/env-switcher.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** env-switcher.spec.in 29 Oct 2002 16:21:37 -0000 1.12
--- env-switcher.spec.in 16 Jan 2004 15:54:07 -0000 1.13
***************
*** 1,6 ****
# -*- rpm-spec -*-
#
! # Copyright (c) 2002 The Trustees of Indiana University.
! # All rights reserved.
#
# This file is part of the Env-switcher software package. For license
--- 1,6 ----
# -*- rpm-spec -*-
#
! # Copyright (c) 2002-2004 The Trustees of Indiana University.
! # All rights reserved.
#
# This file is part of the Env-switcher software package. For license
***************
*** 90,94 ****
#############################################################################
%build
! %configure --with-modulefiles=%{_modulefilesdir}
make all
--- 90,94 ----
#############################################################################
%build
! %configure --with-modulefiles=%{_modulefilesdir} --enable-suppress-errors
make all
|