diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2002-11-01 11:24:00 +0000 |
| commit | f78509c7611b8054f38bd1eb84eef74da136c0b0 (patch) | |
| tree | c53ecc2bca9de84a5a2f50d69835337b2ba32e26 | |
| parent | bgrot left a file behind and overwrote the orignial configfile anyway. (diff) | |
Use IGNORE, not .error, on unsupported platforms. This should solve the
last remaining 'make readmes' problem on sparc64.
Reviewed by: petef
Approved by: David Marshall <marshall@chezmarshall.com> (MAINTAINER)
| -rw-r--r-- | devel/p4/Makefile | 2 | ||||
| -rw-r--r-- | devel/p4d/Makefile | 2 | ||||
| -rw-r--r-- | devel/p4ftpd/Makefile | 2 | ||||
| -rw-r--r-- | devel/p4p/Makefile | 2 | ||||
| -rw-r--r-- | devel/p4web/Makefile | 2 | ||||
| -rw-r--r-- | devel/perforce/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4ftpd/Makefile b/devel/p4ftpd/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4ftpd/Makefile +++ b/devel/p4ftpd/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4p/Makefile b/devel/p4p/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4p/Makefile +++ b/devel/p4p/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: diff --git a/devel/perforce/Makefile b/devel/perforce/Makefile index 3bcdbcddf659..629500ba2167 100644 --- a/devel/perforce/Makefile +++ b/devel/perforce/Makefile @@ -50,7 +50,7 @@ PLATFORM= freebsdaxp BIN_FILES= p4 SBIN_FILES= p4d .else -.error "Unsupported platform, sorry." +IGNORE= "Unsupported platform, sorry." .endif do-build: |
