Skip to content

Commit 2979334

Browse files
committed
Add -N make flag to bcc builds from /src dir.
1 parent 5e6bbc2 commit 2979334

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/bcc32.mak

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.2 2003/11/29 19:51:39 pgsql Exp $
1+
# $PostgreSQL: pgsql/src/bcc32.mak,v 1.3 2005/05/13 18:12:35 momjian Exp $
22

33
# Makefile for Borland C++ 5.5 (or compat)
44
# Top-file makefile for Win32 parts of postgresql.
@@ -29,19 +29,19 @@ ALL:
2929
if not exist pg_config.h copy pg_config.h.win32 pg_config.h
3030
cd ..
3131
cd interfaces\libpq
32-
make -DCFG=$(CFG) /f bcc32.mak
32+
make -N -DCFG=$(CFG) /f bcc32.mak
3333
cd ..\..\bin\psql
34-
make -DCFG=$(CFG) /f bcc32.mak
34+
make -N -DCFG=$(CFG) /f bcc32.mak
3535
cd ..\..
3636
echo All Win32 parts have been built!
3737

3838
CLEAN:
3939
cd interfaces\libpq
40-
make -DCFG=Release /f bcc32.mak CLEAN
41-
make -DCFG=Debug /f bcc32.mak CLEAN
40+
make -N -DCFG=Release /f bcc32.mak CLEAN
41+
make -N -DCFG=Debug /f bcc32.mak CLEAN
4242
cd ..\..\bin\psql
43-
make -DCFG=Release /f bcc32.mak CLEAN
44-
make -DCFG=Debug /f bcc32.mak CLEAN
43+
make -N -DCFG=Release /f bcc32.mak CLEAN
44+
make -N -DCFG=Debug /f bcc32.mak CLEAN
4545
cd ..\..
4646
echo All Win32 parts have been cleaned!
4747

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy