From 9684bf87d69bdc19a43b022b558974b7e46b74b2 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Thu, 20 Jun 2019 01:13:09 +0100
Subject: Removed old comment above Gnuastro's build rule

The comment above Gnuastro's build rule is not longer relevant, so it has
been removed.
---
 reproduce/software/make/high-level.mk | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'reproduce/software/make')

diff --git a/reproduce/software/make/high-level.mk b/reproduce/software/make/high-level.mk
index d609535..daad4f9 100644
--- a/reproduce/software/make/high-level.mk
+++ b/reproduce/software/make/high-level.mk
@@ -581,11 +581,6 @@ $(ibidir)/ghostscript: $(tdir)/ghostscript-$(ghostscript-version).tar.gz
 	$(call gbuild, $<, ghostscript-$(ghostscript-version)) \
 	&& echo "GPL Ghostscript $(ghostscript-version)" > $@
 
-# The order of dependencies is based on how long they take to build (how
-# large they are): Libgit2 depends on CMake which takes a VERY long time to
-# build. Also, Ghostscript and GSL are relatively large packages. So when
-# building in parallel, its better to have these packages start building
-# early.
 $(ibidir)/gnuastro: $(tdir)/gnuastro-$(gnuastro-version).tar.lz \
                     $(ibidir)/ghostscript \
                     $(ibidir)/libjpeg \
-- 
cgit v1.2.1