mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
all warnings being treated as errors
Former-commit-id: 49c41bbdc4e3756231ea0c835bfe566fec09761e
This commit is contained in:
parent
4b76dbf838
commit
12a4000e81
@ -41,6 +41,9 @@ function makedeb {
|
||||
|
||||
packages=`find . -maxdepth 2 -name make_deb.sh | cut -d/ -f 2 | xargs`
|
||||
|
||||
#fix 'all warnings being treated as errors'
|
||||
export NO_WERROR=1
|
||||
|
||||
# build all debian packages
|
||||
for file in `echo $packages`
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user