mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
z/OS: Avoid removing libzmq.pc.in in makeclean
This commit is contained in:
parent
5cab63e1a1
commit
6b21b1ecfa
@ -2,6 +2,7 @@
|
|||||||
# Remove built object files and test executables
|
# Remove built object files and test executables
|
||||||
#
|
#
|
||||||
# Written by Ewen McNeill <ewen@imatix.com>, 2014-07-22
|
# Written by Ewen McNeill <ewen@imatix.com>, 2014-07-22
|
||||||
|
# Updated by Ewen McNeill <ewen@imatix.com>, 2014-07-24
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
set -e # Stop on errors
|
set -e # Stop on errors
|
||||||
@ -22,7 +23,7 @@ TESTS="${TOP}/tests"
|
|||||||
|
|
||||||
# Remove object/library files
|
# Remove object/library files
|
||||||
echo "Removing libzmq built files"
|
echo "Removing libzmq built files"
|
||||||
(cd "${SRC}" && rm -f *.o *.a *.dbg *.x libzmq* *.so)
|
(cd "${SRC}" && rm -f *.o *.a *.dbg *.x *.so libzmq)
|
||||||
|
|
||||||
# Remove test object files
|
# Remove test object files
|
||||||
echo "Removing libzmq tests"
|
echo "Removing libzmq tests"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user