| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/hfsutils/files/ |
Upload File : |
--- Makefile.in.orig 1998-08-31 18:40:14 UTC +++ Makefile.in @@ -64,7 +64,8 @@ TARGETS = $(CLITARGETS) $(TCLTARGETS) $( CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \ hrename hrmdir humount hvol -TCLTARGETS = hfssh hfs +TCLTARGETS = hfssh +TCLSCRIPTS = hfs TKTARGETS = xhfs LIBHFS = libhfs/libhfs.a @@ -96,7 +97,7 @@ UTILOBJS = crc.o binhex.o copyin.o copyo all :: @MAKE_TARGETS@ all_cli :: $(CLITARGETS) -all_tcl :: $(TCLTARGETS) +all_tcl :: $(TCLTARGETS) $(TCLSCRIPTS) all_tk :: $(TKTARGETS) all_lib :: $(LIBHFS) $(LIBRSRC) @@ -129,9 +130,13 @@ install_tcl :: all_tcl $(BININSTALL) $$file "$(BINDEST)/."; \ done + for file in $(TCLSCRIPTS); do \ + $(LIBINSTALL) $$file "$(BINDEST)/."; \ + done + if [ -f "$(BINDEST)/hfs" ]; then \ sed -e '1d' "$(BINDEST)/hfs" > "$(BINDEST)/hfs.new"; \ - $(BININSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \ + $(LIBINSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \ rm -f "$(BINDEST)/hfs.new"; \ fi