unitools.mk (b766563f) unitools.mk (72ef7eed)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58NULLDEV:=NUL
59.ELSE
60NULLDEV:=/dev/null
61.ENDIF
62
63
64# iz29609 helpmacro to check if file exists
65IFEXIST:=if [ -f
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58NULLDEV:=NUL
59.ELSE
60NULLDEV:=/dev/null
61.ENDIF
62
63
64# iz29609 helpmacro to check if file exists
65IFEXIST:=if [ -f
66IFDIREXIST:=if [ -d
66IFNOTEXIST:= if ! test -f
67THEN:= ] ; then
68FI:= ; fi
69PIPEERROR=2>&1 |
70
71# iz31658
72CHECKZIPRESULT:=|| ret=$$?; if [[ "$$ret" != "12" && "$$ret" != "1" ]] ; then exit $$ret ; fi && echo "Nothing to update for zip"
73

--- 118 unchanged lines hidden ---
67IFNOTEXIST:= if ! test -f
68THEN:= ] ; then
69FI:= ; fi
70PIPEERROR=2>&1 |
71
72# iz31658
73CHECKZIPRESULT:=|| ret=$$?; if [[ "$$ret" != "12" && "$$ret" != "1" ]] ; then exit $$ret ; fi && echo "Nothing to update for zip"
74

--- 118 unchanged lines hidden ---