Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!dali.cs.montana.edu!milton!atmos.washington.edu!harry From: harry@atmos.washington.edu (Harry Edmon) Newsgroups: comp.windows.x Subject: Re: WARNING ON BUILDING XVIEW 2.0 - MAY DELETE IMPORTANT FILES Message-ID: Date: 14 Aug 90 18:34:08 GMT References: Sender: news@milton.u.washington.edu Distribution: comp Organization: Dept. of Atmospheric Sciences, University of Washington Lines: 37 In-reply-to: harry@atmos.washington.edu's message of 14 Aug 90 17:52:29 GMT I have a better description of the problem and a fix now. The problem occurs with XView 2.0 (as obtained from expo.lcs.mit.edu) when you try to run "make World" when it runs "make clean", or "make clean" itself in the top directory. If you do not modify your Imakefile, the following command is executed at the top of your XView source tree: rm -f ../../../.. THIS IS NOT GOOD. The following patch should fix the problem: *** Imakefile~ Fri Aug 10 12:15:10 1990 --- Imakefile Tue Aug 14 11:33:33 1990 *************** *** 43,49 **** InstallManPage(xview,$(MANDIR)) clean:: ! $(RM) -r $(BUILDINCTOP) World:: @echo "" --- 43,49 ---- InstallManPage(xview,$(MANDIR)) clean:: ! $(RM) -r $(BUILDINCDIR) World:: @echo "" This has been reports to xviewbugs@sun.com. -- Harry Edmon INTERNET: harry@atmos.washington.edu (206) 543-0547 UUCP: uw-beaver!atmos.washington.edu!harry Dept of Atmospheric Sciences, AK-40 University of Washington