Skip to content

Commit

Permalink
Remove modules crc32 and std.md5 which had been deprecated by 6ff6adc
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Dec 21, 2013
1 parent d42aa86 commit ecbc04f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 578 deletions.
81 changes: 0 additions & 81 deletions crc32.d

This file was deleted.

5 changes: 2 additions & 3 deletions posix.mak
Expand Up @@ -175,7 +175,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 @@ -209,7 +209,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 @@ -353,7 +353,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 ecbc04f

Please sign in to comment.