diff -urN old.txt new.txt > patch.patch
Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 6. Cross Compiling Temporary Tools | ||
이전 | 위로 / 처음으로 | 다음 |
Coreutils-9.4 | File-5.45 |
Diffutils 컴파일을 준비합니다.
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(./build-aux/config.guess)
패키지를 컴파일합니다.
make
패키지를 설치합니다.
make DESTDIR=$LFS install
이 패키지에 대한 자세한 내용은 8.59.2. "Diffutils 패키지 구성"에 나와 있습니다.
diff -urN old.txt new.txt > patch.patch