Skip to content

Commit

Permalink
Merge pull request #1815 from Geod24/remove-deprecated-modules
Browse files Browse the repository at this point in the history
Remove deprecated crc32 and std.md5 [Again]
  • Loading branch information
dnadlinger committed Dec 28, 2013
2 parents e37d30f + c4e197d commit 0896a32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 582 deletions.
81 changes: 0 additions & 81 deletions crc32.d

This file was deleted.

5 changes: 2 additions & 3 deletions posix.mak
Expand Up @@ -178,7 +178,7 @@ MAIN = $(ROOT)/emptymain.d
STD_MODULES = $(addprefix std/, algorithm array ascii base64 bigint \
bitmanip compiler complex concurrency container conv \
cstream csv datetime demangle encoding exception \
file format functional getopt json math mathspecial md5 \
file format functional getopt json math mathspecial \
metastrings mmfile numeric outbuffer parallelism path \
process random range regex signals socket socketstream \
stdint stdio stdiobase stream string syserror system traits \
Expand Down Expand Up @@ -212,7 +212,7 @@ EXTRA_MODULES += $(EXTRA_DOCUMENTABLES) $(addprefix \
unicode_comp unicode_decomp unicode_grapheme unicode_norm)

# Aggregate all D modules relevant to this build
D_MODULES = crc32 $(STD_MODULES) $(EXTRA_MODULES) $(STD_NET_MODULES) \
D_MODULES = $(STD_MODULES) $(EXTRA_MODULES) $(STD_NET_MODULES) \
$(STD_DIGEST_MODULES)
# Add the .d suffix to the module names
D_FILES = $(addsuffix .d,$(D_MODULES))
Expand Down Expand Up @@ -361,7 +361,6 @@ ifneq (,$(findstring $(OS),linux))
endif
mkdir -p $(INSTALL_DIR)/import/etc
mkdir -p $(INSTALL_DIR)/import/std
cp crc32.d $(INSTALL_DIR)/import/
cp -r std/* $(INSTALL_DIR)/import/std/
cp -r etc/* $(INSTALL_DIR)/import/etc/
cp LICENSE_1_0.txt $(INSTALL_DIR)/phobos-LICENSE.txt
Expand Down

0 comments on commit 0896a32

Please sign in to comment.