Navigation Menu

Skip to content

Commit

Permalink
Removed DateTime::strftime, as it's moved to an external repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovus authored and Carl Masak committed Jul 22, 2010
1 parent 925a9b5 commit 220b678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 93 deletions.
10 changes: 1 addition & 9 deletions build/Makefile.in
Expand Up @@ -281,7 +281,7 @@ HARNESS_WITH_FUDGE_JOBS = $(HARNESS_WITH_FUDGE) --jobs
STAGESTATS = @stagestats@

# the default target, TODO: make libraries in 'lib' a variable.
all: $(PERL6_EXE) Test.pir lib/DateTime/strftime.pir
all: $(PERL6_EXE) Test.pir

# the install target
install: all
Expand All @@ -291,9 +291,6 @@ install: all
$(CP) Test.pir $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(CP) lib/*.pm $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(CP) lib/*.pir $(DESTDIR)$(PERL6_LANG_DIR)/lib
$(MKPATH) $(DESTDIR)$(PERL6_LANG_DIR)/lib/DateTime
$(CP) lib/DateTime/*.pm $(DESTDIR)$(PERL6_LANG_DIR)/lib/DateTime
$(CP) lib/DateTime/*.pir $(DESTDIR)$(PERL6_LANG_DIR)/lib/DateTime

$(MKPATH) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
$(CP) $(DYNPMC) $(DYNOPS) $(DESTDIR)$(PARROT_LIB_DIR)/dynext
Expand Down Expand Up @@ -406,11 +403,6 @@ $(PMC_DIR)/objectref.pmc : $(PMC_DIR)/objectref_pmc.template build/gen_objectref
Test.pir: Test.pm perl6.pbc
$(PARROT) $(PARROT_ARGS) perl6.pbc $(STAGESTATS) --target=pir --output=Test.pir Test.pm


## loadable libraries. This should be refactored into something generic.
lib/DateTime/strftime.pir: lib/DateTime/strftime.pm perl6.pbc
$(PARROT) $(PARROT_ARGS) perl6.pbc $(STAGESTATS) --target=pir --output=lib/DateTime/strftime.pir lib/DateTime/strftime.pm

test : coretest

fulltest: coretest stresstest
Expand Down
84 changes: 0 additions & 84 deletions lib/DateTime/strftime.pm

This file was deleted.

0 comments on commit 220b678

Please sign in to comment.