mirror of
https://github.com/curl/curl.git
synced 2026-08-14 18:24:34 +03:00
Block created curlbuild.h for NetWare to avoid usage from other platforms.
This commit is contained in:
parent
15201da4ca
commit
11958ed331
1 changed files with 3 additions and 0 deletions
|
|
@ -616,6 +616,9 @@ $(CURL_INC)/curl/curlbuild.h: Makefile.netware FORCE
|
|||
@echo $(DL)** Do not edit this file - it is created by make!$(DL) >> $@
|
||||
@echo $(DL)** All your changes will be lost!!$(DL) >> $@
|
||||
@echo $(DL)*/$(DL) >> $@
|
||||
@echo $(DL)#ifndef NETWARE$(DL) >> $@
|
||||
@echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@
|
||||
@echo $(DL)#endif$(DL) >> $@
|
||||
@echo $(DL)#ifndef __CURL_CURLBUILD_H$(DL) >> $@
|
||||
@echo $(DL)#define __CURL_CURLBUILD_H$(DL) >> $@
|
||||
ifeq ($(LIBARCH),LIBC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue