Searched refs:fixparts (Results 1 – 10 of 10) sorted by relevance
/external/gptfdisk/ |
D | uninstall-fixparts | 12 rm -f /usr/sbin/fixparts 13 rm -rf /usr/share/doc/fixparts 14 rm -f /usr/share/man/man8/fixparts.8 17 rm -f /usr/local/bin/fixparts 18 rm -rf /usr/local/doc/fixparts 19 rm -f /usr/local/man/man8/fixparts.8 24 rm -f /usr/local/bin/uninstall-fixparts
|
D | current.spec | 16 partitioning tools; the fixparts utility (in the fixparts package) fixes 45 install -Dp -m0755 fixparts $RPM_BUILD_ROOT/usr/sbin 49 install -Dp -m0644 fixparts.8 $RPM_BUILD_ROOT/%{_mandir}/man8/fixparts.8 64 %package -n fixparts 70 %description -n fixparts 76 %files -n fixparts 79 /usr/sbin/fixparts 80 %doc %{_mandir}/man8/fixparts.8*
|
D | Makefile | 12 all: cgdisk gdisk sgdisk fixparts 26 fixparts: $(MBR_LIB_OBJS) fixparts.o target 27 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(LDLIBS) -o fixparts 36 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | Makefile.mac | 16 all: gdisk sgdisk cgdisk fixparts 31 fixparts: $(MBR_LIB_OBJS) fixparts.o 32 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(FATBINFLAGS) -o fixparts 41 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | Makefile.freebsd | 14 all: gdisk cgdisk sgdisk fixparts 28 fixparts: $(MBR_LIB_OBJS) fixparts.o 29 $(CXX) $(MBR_LIB_OBJS) fixparts.o -L/usr/local/lib $(LDFLAGS) -o fixparts
|
D | Makefile.mingw64 | 15 all: gdisk fixparts 23 fixparts: $(MBR_LIB_OBJS) fixparts.o 24 $(CXX) $(CXXFLAGS) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -static-libgcc -o fixparts64.exe
|
D | Makefile.mingw | 15 all: gdisk fixparts 23 fixparts: $(MBR_LIB_OBJS) fixparts.o 24 $(CXX) $(CXXFLAGS) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -static-libgcc -o fixparts32.exe
|
D | README | 30 - fixparts -- This program, unlike the preceding three, operates on MBR 43 sgdisk.cc, and fixparts.cc, respectively) and in which support code they 219 and fixparts. Typing "make gdisk", "make cgdisk", "make sgdisk", or "make 220 fixparts" will compile only the requested programs. You can use these 223 and fixparts.8) to /usr/local/man/man8 to make them available.
|
D | README.Windows | 20 the gdisk.html or fixparts.html documents (the Linux man pages converted to 120 program file you intend to NOT build (gdisk.cc or fixparts.cc).
|
D | NEWS | 117 - Created uninstall-fixparts and uninstall-gdisk scripts for OS X. As the 118 names imply, these scripts remove the files installed by the fixparts and 151 (gdisk, cgdisk, and fixparts should continue to work normally on all 580 - Added check to fixparts to keep it from operating on devices that
|