From f9fb637dd629ee5c0a9322e4e7d268ec294cde7d Mon Sep 17 00:00:00 2001 From: LOFAR <sdos@astron.nl> Date: Mon, 23 Feb 2004 15:42:54 +0000 Subject: [PATCH] %[ER:70 ]% added new place for builds/installs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ce87edc2e7..df87a1edfa9 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ configure: $(VARIANTNAMES:.variant=.variant_configure) && (( $(RM) -rf $$pkg/build/$$variant \ && mkdir -p $$pkg/build/$$variant \ && cd $$pkg/build/$$variant \ - && $(LOFARDIR)/autoconf_share/lofarconf --prefix=/opt/LOFAR/$$inst_var ) \ + && $(LOFARDIR)/autoconf_share/lofarconf --prefix=/data/LOFAR/installed/$$inst_var ) \ || echo ":::::: ERROR" ) \ && echo \ && echo ":::::: FINISHED CONFIGURING VARIANT $$variant FOR PACKAGE $$pkg" \ @@ -333,7 +333,7 @@ configure: $(VARIANTNAMES:.variant=.variant_configure) # Rules for building documentation using doxygen or doc++. # Default output directory is docxxhtml. -DOCDIR := /data/LOFAR/docxxhtml +DOCDIR := /data/LOFAR/installed/docxxhtml DOXYGEN := /usr/bin/doxygen docxx: -- GitLab