mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-08-24 12:10:26 +00:00
all warnings being treated as errors
Former-commit-id: 49c41bbdc4e3756231ea0c835bfe566fec09761e
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user