]> gitweb.fluxo.info Git - templater.git/commitdiff
Drupal 8: Makefile: comment old targets
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 10:24:17 +0000 (08:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 10:24:17 +0000 (08:24 -0200)
share/drupal8/Makefile

index 3b005a9c0e61a622ba97b654b9c32b8c091a6303..ae9be206627a93b8c9262685cdf2bc39be7d3b9b 100644 (file)
@@ -24,8 +24,9 @@ develop: submodules kvmx
        #vagrant ssh -c "$(DRUSH) pm-enable devel -y"
        kvmx    ssh    "$(DRUSH) pm-enable devel -y"
 
+# Old target
 # Install the platform
-platform: drupal drush settings symlinks initdb cache
+#platform: drupal drush settings symlinks initdb cache
 
 # Keep code in sync
 sync-code: update drush cache import
@@ -44,23 +45,25 @@ kvmx:
        kvmx up
        kvmx provision
 
+# Old target
 # Download drupal, setup folder structure and config file
 #
 # You might want to use "-n" to avoid _drush_recursive_copy cpu hog if previous
 # installation already exists when using 9p filesystem
-drupal:
-       #rm -rf $(DESTDIR)/drupal-$(CORE)* && drush pm-download -y -v drupal-$(CORE) --destination=/tmp/drupal && mv /tmp/drupal/drupal-$(CORE).* $(DESTDIR)/
-       #drush pm-download -y -v drupal-$(CORE) --destination=$(DESTDIR)
-       #( cd $(DRUPAL)/.. && ln -s drupal-$(CORE).* drupal-$(CORE) )
-       BASE=$(DESTDIR) drupal download $(CORE)
+#drupal:
+#      #rm -rf $(DESTDIR)/drupal-$(CORE)* && drush pm-download -y -v drupal-$(CORE) --destination=/tmp/drupal && mv /tmp/drupal/drupal-$(CORE).* $(DESTDIR)/
+#      #drush pm-download -y -v drupal-$(CORE) --destination=$(DESTDIR)
+#      #( cd $(DRUPAL)/.. && ln -s drupal-$(CORE).* drupal-$(CORE) )
+#      BASE=$(DESTDIR) drupal download $(CORE)
 
+# Old target
 # Make the needed symlinks
-symlinks:
-       ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/files
-       ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/config
-       ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/themes
-       ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/modules
-       ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/libraries
+#symlinks:
+#      ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/files
+#      ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/config
+#      ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/themes
+#      ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/modules
+#      ln -sf -t $(DRUPAL)/sites/$(PROJECT)/ $(CWD)/libraries
 
 # Default settings
 default_settings: