aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-04 01:54:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-04 01:54:54 +0000
commitd5117d5a4620618fe7ae12c32f37d19abf37b331 (patch)
tree131e658a37e24bd5696f198ac1e0fdc172882638 /common.mk
parent8567e130c7ac4378cf9242119690c3f4fd1356f4 (diff)
downloadruby-d5117d5a4620618fe7ae12c32f37d19abf37b331.tar.gz
crypt.h: remove initialized
* missing/crypt.h (struct crypt_data): remove unnecessary member "initialized". * missing/crypt.c (des_setkey_r): nothing to be initialized in crypt_data. * configure.in (struct crypt_data): check for "initialized" in struct crypt_data, which may be only in glibc, and isn't on AIX at least. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index b0b504b32c..a8732c8196 100644
--- a/common.mk
+++ b/common.mk
@@ -749,7 +749,9 @@ $(NEWLINE_C): $(srcdir)/enc/trans/newline.trans $(srcdir)/tool/transcode-tblgen.
enc/trans/newline.$(OBJEXT): $(NEWLINE_C)
{$(VPATH)}missing/des_tables.c: $(srcdir)/missing/crypt.c
+ @$(ECHO) building make_des_table
$(Q) $(PURIFY) $(CC) $(CPPFLAGS) -DDUMP $(LDFLAGS) $(XLDFLAGS) $(LIBS) $(OUTFLAG)make_des_table $(srcdir)/missing/crypt.c
+ @$(ECHO) generating $@
$(Q) $(MAKEDIRS) $(@D)
$(Q) ./make_des_table > $@
$(Q) $(RMALL) make_des_table*