diff options
| author | Ben Kaduk <kaduk@mit.edu> | 2012-09-21 13:01:06 -0400 |
|---|---|---|
| committer | Ben Kaduk <kaduk@mit.edu> | 2012-09-25 10:52:34 -0400 |
| commit | 96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1 (patch) | |
| tree | f39ad9108616d7f228b9ad6c85eab8912349ad80 /src/config | |
| parent | 8849e7e5a5239d1cc42bc1e73968d4c6cc38fc04 (diff) | |
| download | krb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.tar.gz krb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.tar.xz krb5-96ff6f5d0dd8e73bb245ee2724c7f31aeae885d1.zip | |
Remove kerbsrc.win
It has been unloved and broken repeatedly for many years, requiring
updating of several variables whenever new directories are added
and similar tedia. It was originally intended to avoid the need
for Unix utilities on Windows, but Microsoft provides the Utilities
and SDK for UNIX-based Applications which is enough rope to do a
native build.
Leave behind a warning message to anyone who does try to build the
target.
Clean up some now-unused infrastructure in the build system.
ticket: 7367 (new)
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/win-post.in | 2 | ||||
| -rw-r--r-- | src/config/winexclude.sed | 19 |
2 files changed, 1 insertions, 20 deletions
diff --git a/src/config/win-post.in b/src/config/win-post.in index 6046e627e..e7164ff49 100644 --- a/src/config/win-post.in +++ b/src/config/win-post.in @@ -29,7 +29,7 @@ DLL_FILE_DEF=/DKRB5_DLL_FILE # Build the Makefile unless we are in the top-level #(where there is already an explicit rule). -!if !defined(ZIP) && !defined(WINFILES) +!if !defined(TOPLEVEL) Makefile: Makefile.in $(BUILDTOP)\config\win-pre.in $(BUILDTOP)\config\win-post.in $(WCONFIG) $(BUILDTOP)\config < Makefile.in > Makefile !endif diff --git a/src/config/winexclude.sed b/src/config/winexclude.sed deleted file mode 100644 index 199cf4443..000000000 --- a/src/config/winexclude.sed +++ /dev/null @@ -1,19 +0,0 @@ -/autoconf.h$/d -/t_mddriver$/d -/test_parse$/d -/test_profile$/d -/\.orig$/d -/\.rej/d -/\.ico$/d -/\.doc$/d -/\.hlp$/d -/\.hpj$/d -/\.o$/d -/\.a$/d -/\.zip$/d -/\.tar$/d -/\.lib$/d -/\.dll$/d -/~$/d -/winfile.list$/d -/macfile.list$/d |
