tg_zip.mk (681b9d08) tg_zip.mk (8746300d)
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

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

27.IF "$(GUI)"=="WNT"
28command_seperator=&&
29#command_seperator=^
30EQ=
31avoid_cvs_dir=-x "*CVS*" -x "*.svn*"
32.ELIF "$(GUI)"=="OS2"
33command_seperator=&&
34EQ=\\
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

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

27.IF "$(GUI)"=="WNT"
28command_seperator=&&
29#command_seperator=^
30EQ=
31avoid_cvs_dir=-x "*CVS*" -x "*.svn*"
32.ELIF "$(GUI)"=="OS2"
33command_seperator=&&
34EQ=\\
35avoid_cvs_dir=-x \"*CVS*\" -x \"*.svn*\"
35avoid_cvs_dir=-x "*CVS*" -x "*.svn*"
36.ELSE
37command_seperator=;
38EQ=
39avoid_cvs_dir=-x "*CVS*" -x "*.svn*"
40
41.ENDIF
42
43.IF "$(ZIP$(TNR)TARGET)"!=""

--- 113 unchanged lines hidden ---
36.ELSE
37command_seperator=;
38EQ=
39avoid_cvs_dir=-x "*CVS*" -x "*.svn*"
40
41.ENDIF
42
43.IF "$(ZIP$(TNR)TARGET)"!=""

--- 113 unchanged lines hidden ---