source: scripts/untested/blfs-patches/tetex-src-2.0.2-remove_readlink-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 2.3 KB
  • tetex-src-2.0.2/texk/kpathsea/Makefile.in

    Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
    Date: 2004-05-24
    Initial Package Version: 2.0.2
    Origin: Jim Gifford
    Upstream Status: Not Sent
    Description: Removes Readlink. Readlink is also included in
    	     coreutils. Coreutils version is more robust.
     
    $LastChangedBy: bdubbs $
    $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
    
    old new  
    3838.c.lo:
    3939        $(KPATHSEA_CC) $< $(ALL_CFLAGS)
    4040
    41 default all: kpsewhich kpsestat access readlink $(library).info manfiles
     41default all: kpsewhich kpsestat access $(library).info manfiles
    4242
    4343kpsewhich: $(kpathsea) kpsewhich.o
    4444        $(kpathsea_link) kpsewhich.o $(LOADLIBES)
     
    4949access: access.o
    5050        $(link_command) access.o
    5151
    52 readlink: readlink.o
    53         $(link_command) readlink.o
    54 
    5552$(kpathsea): $(objects) klibtool.version
    5653        $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects)
    5754
     
    184181        $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich
    185182        $(INSTALL_PROGRAM) kpsestat $(bindir)
    186183        $(INSTALL_PROGRAM) access $(bindir)
    187         $(INSTALL_PROGRAM) readlink $(bindir)
    188184uninstall-exec:
    189185        rm -f $(bindir)/kpsewhich
    190186
     
    259255ac_include ../make/clean.mk
    260256
    261257mostlyclean::
    262         rm -f kpsewhich kpsestat access readlink *.lo klibtool.version
     258        rm -f kpsewhich kpsestat access *.lo klibtool.version
    263259        rm -rf PROF PROF_SHARED SHARED STATIC
    264260distclean::
    265261        rm -f paths.h texmf.cnf texmf.sed stamp-paths
    266262
    267263# The manual pages
    268 manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1 \
     264manfiles = access.1 kpsestat.1 kpsewhich.1 \
    269265           mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1
    270266
    271267ac_include ../make/man.mk
  • tetex-src-2.0.2/Makefile.in

    old new  
    4444  kpsewhich mag makeindex makeinfo mf mf-nowin mft mfw mpost mpto newer \
    4545  odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \
    4646  patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \
    47   readlink tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
     47  tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \
    4848  weave xdvi.bin
    4949
    5050# Subdirectories that have makefiles
Note: See TracBrowser for help on using the repository browser.