home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!howland.reston.ans.net!paladin.american.edu!gatech!destroyer!cs.ubc.ca!uw-beaver!news.u.washington.edu!serval!hlu
- From: hlu@eecs.wsu.edu (H.J. Lu)
- Subject: new correction to jump-4.2.TZ
- Message-ID: <1993Jan5.182508.20309@serval.net.wsu.edu>
- Sender: news@serval.net.wsu.edu (USENET News System)
- Organization: School of EECS, Washington State University
- References: <1993Jan5.025748.10858@afterlife.ncsc.mil> <1993Jan5.082703.16846@serval.net.wsu.edu>
- Date: Tue, 5 Jan 93 18:25:08 GMT
- Lines: 30
-
- Please use this patch for jump-4.2.TZ. The previous one has a bug.
-
- H.J.
- -------
- *** /tmp/Makefile Tue Jan 5 00:20:57 1993
- --- shlib/jump/Makefile Tue Jan 5 10:23:49 1993
- ***************
- *** 396,402 ****
- done
- # The following is necessary because the "text file" may be active.
- -if [ -f $(IMAGEDIR)/$(CSHLIB) ]; then \
- ! mv $(IMAGEDIR)/$(CSHLIB) $(IMAGEDIR)/$(CSHLIB).old; \
- fi
- cp $(CSHLIB) $(IMAGEDIR)
-
- --- 396,406 ----
- done
- # The following is necessary because the "text file" may be active.
- -if [ -f $(IMAGEDIR)/$(CSHLIB) ]; then \
- ! cp $(IMAGEDIR)/$(CSHLIB) $(IMAGEDIR)/libc.so.old; \
- ! if [ -f $(IMAGEDIR)/$(CLOADSHLIB) ]; then \
- ! ln -fs $(IMAGEDIR)/libc.so.old $(IMAGEDIR)/$(CLOADSHLIB); \
- ! fi; \
- ! mv $(IMAGEDIR)/$(CSHLIB) $(IMAGEDIR)/foo; \
- fi
- cp $(CSHLIB) $(IMAGEDIR)
-
-
-
-
-